.focus {
	width: 656px;
	height: 315px;
	text-align: left;
	background: #fff;
}

.jfocus {
	position: relative;
	overflow: hidden;
}
.jfocus li {
	position: absolute;
	top: 0;
	left: 0;
}
.jfocus .infos, .jfocus .overlay, .jfocus .index {
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.jfocus .infos {
	left: 0;
	padding-left: 10px;
}
.jfocus .infos a, .jfocus .infos .desc {
	margin: 0 0 10px;
	color: #ff0;
}
.jfocus .index {
	right: 0;
	text-align: center;
	display: block;
	width: 656px;
	height: 20px;
}

.jfocus .index {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#4C000000', endColorstr='#4C000000');
}
:root .jfocus .index {
	filter:none;	 /*处理IE9浏览器中的滤镜效果*/
	background-color:rgba(0,0,0,0.3);
}





.jfocus .index a {
	margin: 0 4px;
	font-weight: 700;
	width: 12px;
	height: 12px;
	display:inline-block;
	line-height: 26px;
	overflow: hidden;
	position:relative;
	top:-2px;
	*position:relative;
	*top:-5px;
	background: url(../images/icon_circle_0.png) no-repeat top center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src="themes/new318/images/icon_circle_0.png");
	cursor:pointer;
	display:inline;
	*display:inline-block;
}
.jfocus .index a em{width:12px; height:12px; display:inline-block; text-indent: -99em; overflow:hidden;}
.jfocus .index a.curr {
	color: #fff;
	height: 12px;
	line-height: 12px;
	position:relative;
	top:1px;
	top:-1px;
	*top:3px;
	background: url(../images/icon_circle_1.png) no-repeat top center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src="themes/new318/images/icon_circle_1.png");

}

/* 解决IE8 上层链接不可点的问题 */
.jfocus .index{background: url(../images/icon_circle_0.png) no-repeat -10000px -10000px; }

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit内核兼容CSS */ 
	 .jfocus .index a {position: relative; top:2px;}
	 .jfocus .index a.curr{position:relative; top:3px;}	 
 }
.jfocus em {
	font-style: normal;
}